シンタックス
'宣言
Public Overloads Function FindIndex( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Predicate(Of RenderObject) _
) As System.Integer
'使用法
Dim instance As RenderObjectList
Dim startIndex As System.Integer
Dim count As System.Integer
Dim match As System.Predicate(Of RenderObject)
Dim value As System.Integer
value = instance.FindIndex(startIndex, count, match)
public System.int FindIndex(
System.int ,
System.int ,
System.Predicate<RenderObject>
)
パラメータ
- startIndex
- count
- match
参照